Lucene search
+L

2327 matches found

CVE
CVE
added 2024/05/19 10:10 a.m.141 views

CVE-2024-35922

The CVE-2024-35922 issue is a Linux kernel vulnerability in fbmon/fb_videomode_from_videomode() where htotal * vtotal can overflow to zero, risking division by zero. The root cause is overflow during videomode computation; the fix mirrors fb_var_to_videomode() by preventing division by zero. Affe...

5.5CVSS6.6AI score0.00225EPSS
Save
CVE
CVE
added 2024/05/20 9:48 a.m.141 views

CVE-2024-35998

CVE-2024-35998 – Linux kernel SMB3 deadlock fix Root cause: In cifs_sync_mid_result, incorrect lock ordering could cause a thread deadlock (ORDER_REVERSAL) where TCP_Server_Info.srv_lock is acquired while TCP_Server_Info.mid_lock is held. Impact: Deadlock potential in the SMB/CIFS path (smb3) wit...

7.5CVSS6.7AI score0.00393EPSS
Save
CVE
CVE
added 2024/07/30 7:47 a.m.141 views

CVE-2024-42161

Technical details about CVE-2024-42161 are not publicly provided in the connected documents. The description mentions a Linux kernel BPF_CORE_READ_BITFIELD uninitialized value fix and a patch to initialize val, but there are no explicit affected products/versions or remediation steps beyond the p...

6.3CVSS6.5AI score0.0022EPSS
Save
CVE
CVE
added 2024/11/19 1:30 a.m.141 views

CVE-2024-50285

The CVE-2024-50285 issue affects the ksmbd component of the Linux kernel. When a client sends simultaneous SMB requests to ksmbd, memory can be exhausted via the ksmbd_work_cache, leading to an Out-Of-Memory condition. The root cause is insufficient handling of concurrent SMB operations despite a...

7.5CVSS6.5AI score0.00597EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.141 views

CVE-2025-38234

CVE-2025-38234 affects the Linux kernel scheduler, specifically a race in sched/rt: push_rt_task that can mishandle task migration when waking up and queuing on another CPU’s runqueue. The root cause involves find_lock_lowest_rq taking double locks and potential lock drop/reacquisition, creating ...

7.8CVSS6.5AI score0.00147EPSS
Save
CVE
CVE
added 2010/11/26 6:23 p.m.140 views

CVE-2010-3698

The CVE-2010-3698 entry concerns the KVM implementation in Linux kernels prior to 2.6.36. The root cause is that the kernel does not properly reload the FS and GS segment registers when handling KVM_RUN with a modified Local Descriptor Table (LDT). Impact: host OS users can cause a denial of serv...

4.9CVSS5.7AI score0.00421EPSS
Save
CVE
CVE
added 2011/01/03 7:26 p.m.140 views

CVE-2010-3877

The CVE-2010-3877 issue affects the Linux kernel (as cited in MiracleLinux AXSA:2011-143:02 and related advisories) where get_name in net/tipc/socket.c does not initialize a structure, enabling local attackers to read uninitialized kernel stack memory and leak information. Impact is a local infor...

1.9CVSS5.5AI score0.00387EPSS
Save
CVE
CVE
added 2010/12/10 6:00 p.m.140 views

CVE-2010-3880

CVE-2010-3880 affects the Linux kernel (net/ipv4/inet_diag.c) prior to 2.6.37-rc2. The issue is improper auditing of INET_DIAG bytecode, enabling a local user to trigger a kernel infinite loop and cause a denial of service via crafted INET_DIAG_REQ_BYTECODE instructions in a netlink message conta...

4.9CVSS5.8AI score0.00435EPSS
Save
CVE
CVE
added 2011/02/18 7:00 p.m.140 views

CVE-2010-4649

The CVE-2010-4649 issue affects the Linux kernel up to 2.6.37, where an Integer overflow in ib_uverbs_poll_cq (drivers/infiniband/core/uverbs_cmd.c) allows a local user to cause memory corruption and a possible DoS or other unspecified impact when a structure member is large. The vulnerability re...

6.9CVSS6.6AI score0.00352EPSS
Save
CVE
CVE
added 2011/03/01 10:00 p.m.140 views

CVE-2011-1010

Concretely, CVE-2011-1010 is reported in MiracleLinux advisory AXSA:2011-282:05 as affecting kernel-2.6.18-238.2.AXS3. It describes a buffer overflow in the mac_partition function (fs/partitions/mac.c) of the Linux kernel, prior to version 2.6.37.2, which can allow a local user to cause a denial ...

4.9CVSS8.3AI score0.00509EPSS
Save
CVE
CVE
added 2012/05/24 11:00 p.m.140 views

CVE-2011-2699

CVE-2011-2699 affects the Linux kernel IPv6 implementation. The vulnerability is that, before version 3.1, Fragment Identification values were not generated separately for each destination, enabling remote attackers to cause a denial of service by sending crafted packets. Connected advisories ref...

7.8CVSS7.8AI score0.05679EPSS
Save
CVE
CVE
added 2024/06/19 2:53 p.m.140 views

CVE-2021-47576

CVE-2021-47576 concerns the Linux kernel SCSI subsystem, specifically the scsi_debug driver. The issue is a use-after-free (UAF) caused by insufficient validation of the block descriptor length in resp_mode_select(), leading to a KASAN crash (Read of size 1) in resp_mode_select() and related SCSI...

7.8CVSS8.2AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 1:55 a.m.140 views

CVE-2022-49168

The CVE-2022-49168 entry concerns a Linux kernel bug in the btrfs repair path. The issue occurred when the repair submission failed and the code attempted to clean up the repair bio simultaneously with endio, creating potential use-after-free and NULL dereference conditions due to racing with bio...

7.8CVSS5.5AI score0.00291EPSS
Save
CVE
CVE
added 2023/01/30 1:17 p.m.140 views

CVE-2023-0240

CVE-2023-0240 relates to a logic error in Linux kernel io_uring that can trigger a use-after-free, enabling local privilege escalation. Specifically, in io_prep_async_work, the code may incorrectly use the init_cred or a previous identity if the final io_grab_identity returns false, causing refer...

7.8CVSS7.7AI score0.00269EPSS
Save
CVE
CVE
added 2024/02/29 5:43 a.m.140 views

CVE-2023-52481

CVE-2023-52481 affects ARM64 Linux kernels with Cortex‑A520 erratum 2966298. A speculatively executed unprivileged load could leak data from a privileged load via a cache side channel when returning to EL0, limited to loads in the same translation regime (same ASID/VMID). Mitigation implemented a...

4.7CVSS5.8AI score0.00602EPSS
Save
CVE
CVE
added 2024/04/03 5:00 p.m.140 views

CVE-2023-52640

CVE-2023-52640 (Linux kernel ntfs3): The issue is a local, out-of-bounds in ntfs_listxattr where the length of the name must not exceed the allocated EA space. Affected code path is in the ntfs3 filesystem. The connected Astra Linux advisory confirms the same vulnerability and indicates a resolve...

7.1CVSS6.5AI score0.00244EPSS
Save
CVE
CVE
added 2024/01/23 12:00 a.m.140 views

CVE-2024-22705

The CVE CVE-2024-22705 affects ksmbd in the Linux kernel prior to 6.6.10. It is caused by an issue in smb2_get_data_area_len (fs/smb/server/smb2misc.c) where the relationship between Name data and CreateContexts data can lead to an out-of-bounds access in smb_strndup_from_utf16. This is a local i...

7.8CVSS7.2AI score0.00252EPSS
Save
CVE
CVE
added 2024/04/17 10:10 a.m.140 views

CVE-2024-26844

Linux kernel vulnerability CVE-2024-26844 was resolved by patching the block layer to address a harmful iov_iter direction issue. A Syzkaller warning reported that an iov_iter could be used in both directions due to a transfer direction SG_DXFER_TO_FROM_DEV, which would copy user buffers into the...

5.5CVSS6.3AI score0.00225EPSS
Save
CVE
CVE
added 2024/05/19 10:10 a.m.140 views

CVE-2024-35935

CVE-2024-35935 – Linux kernel (btrfs: send: handle path ref underflow in header iterate_inode_ref()) Connected documents confirm a concrete fix in the Linux kernel: when building a path buffer for iterate_inode_ref(), a BUG_ON-based path underflow handling was replaced with proper error handling ...

3.3CVSS6.6AI score0.00225EPSS
Save
CVE
CVE
added 2024/07/12 12:32 p.m.140 views

CVE-2024-40980

CVE-2024-40980 concerns the Linux kernel: in drop_monitor, a spin_lock is used inside trace_drop_common() with preemption disabled, which can sleep in RT contexts. The vulnerability arises from acquiring a spin_lock while in a preempt-disabled/RT path, causing a potential sleeping-in-atomic conte...

7.5CVSS7.1AI score0.00757EPSS
Save
CVE
CVE
added 2024/07/29 3:04 p.m.140 views

CVE-2024-41078

CVE-2024-41078 (Linux kernel, btrfs qgroup) fixes a quota root leak that occurs if quota disable cleanup fails, leaking the quota root via fs_info->quota_root. The root cause is a missing btrfs_put_root() on the out path when dropping quota root references; a NULL assignment previously happene...

5.5CVSS6.6AI score0.00223EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.140 views

CVE-2024-42105

CVE-2024-42105 – nilfs2 inode range/UAF fixes in Linux kernel : The referenced security issue is mitigated by a patch series for nilfs2 that fixes a use-after-free and several inode-number range problems. Specifically, nilfs->ns_first_ino (the first non-reserved inode) was read from the superb...

7.8CVSS6.7AI score0.0026EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.140 views

CVE-2024-42129

CVE-2024-42129 – Linux kernel (mlxreg LED driver) : The vulnerability arose because leds: mlxreg registered LEDs with devm_led_classdev_register(), but led_classdev_unregister() invoked a brightness callback that used a mutex already destroyed during module removal. The fix uses the devm API for ...

5.5CVSS6.7AI score0.00227EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.140 views

CVE-2024-44977

In CVE-2024-44977, the Linux kernel module drm/amdgpu is affected by a missing TA binary size validation that could allow an out-of-bounds write. The issue is resolved by adding TA binary size validation to the TA handling path. The fix was cherry-picked from commit c0a04e3570d72aaf090962156ad085...

7.8CVSS7.4AI score0.00251EPSS
Save
CVE
CVE
added 2024/09/27 12:35 p.m.140 views

CVE-2024-46802

CVE-2024-46802 affects the Linux kernel’s DRM-AMD display path. The vulnerability is a NULL-dereference in drm/amd/display when validating a stream, caused by missing NULL checks for dc or stream. The fixed code adds a NULL check at the start of dc_validate_stream to prevent invalid memory access...

5.5CVSS5.8AI score0.00237EPSS
Save
CVE
CVE
added 2024/11/05 5:10 p.m.140 views

CVE-2024-50111

CVE-2024-50111 affects LoongArch Linux kernel where unaligned access can trigger in irq-enabled context; do_ale() may call get_user(), causing sleep and BUG: sleeping function called from invalid context. The fix described in the unpatched Nessus entry is to enable IRQ handling for unaligned acce...

5.5CVSS5.2AI score0.00235EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.140 views

CVE-2025-22026

CVE-2025-22026 (Linux kernel) affects nfsd in the kernel. The issue: nfsd_proc_stat_init() ignored the return value of svc_proc_register(), so if procfile creation fails the kernel may WARN later during removal. The fix updates nfsd_proc_stat_init() to return the same pointer type as svc_proc_reg...

5.5CVSS6.7AI score0.00205EPSS
Save
CVE
CVE
added 2010/09/08 7:00 p.m.139 views

CVE-2010-2524

CVE-2010-2524 affects the Linux kernel CIFS DNS upcall: when CONFIG_CIFS_DFS_UPCALL is enabled, DNS resolution relies on a user keyring via the dns_resolver upcall in the cifs.upcall userspace helper. This allows local privileged or nearby users to spoof DNS query results and mount arbitrary CIFS...

7.8CVSS7AI score0.00423EPSS
Save
CVE
CVE
added 2010/11/29 3:00 p.m.139 views

CVE-2010-4075

The CVE-2010-4075 entry affects the Linux kernel module code: uart_get_count (drivers/serial/serial_core.c) in versions prior to 2.6.37-rc1. The vulnerability arises from not properly initializing a certain structure member, enabling local users to read potentially sensitive information from kern...

1.9CVSS5.5AI score0.00387EPSS
Save
CVE
CVE
added 2012/05/24 11:00 p.m.139 views

CVE-2011-3353

CVE-2011-3353 : In the Linux kernel, a buffer/length handling issue in fuse_notify_inval_entry (fs/fuse/dev.c) before 3.1 can allow a local attacker mounting a FUSE filesystem to trigger a BUG_ON and system crash, i.e., local denial of service. Public advisories (e.g., OpenSUSE, Red Hat/Oracle/Li...

5.5CVSS6.3AI score0.00391EPSS
Save
CVE
CVE
added 2014/03/24 10:00 a.m.139 views

CVE-2013-7339

The CVE-2013-7339 issue affects the Linux kernel up to version 3.12.7 (fixed in 3.12.8) where the rds_ib_laddr_check function in net/rds/ib.c allows a local attacker to trigger a NULL pointer dereference via a bind(2) call on an RDS socket on systems without RDS transports. This can cause a denia...

4.7CVSS6.1AI score0.00476EPSS
Save
CVE
CVE
added 2015/08/31 10:00 a.m.139 views

CVE-2015-3290

The connected Astra Linux bulletin describes CVE-2015-3290 in the Linux kernel context and confirms the vulnerability fix: limiting the Haswell performance counter period to mitigate NMI-related privilege escalation. It documents that the issue stemmed from a too-small initial frequency-estimatio...

7.2CVSS5.5AI score0.01103EPSS
Save
CVE
CVE
added 2021/03/23 4:34 p.m.139 views

CVE-2021-20219

CVE-2021-20219: Linux kernel DoS in n_tty_receive_char_special (drivers/tty/n_tty.c). Local attacker with unprivileged user can delay the loop (ldata->read_head changes) due to a missing sanity check, impacting availability. The initial doc does not specify affected kernel versions, patches, o...

5.5CVSS6.2AI score0.00401EPSS
Save
CVE
CVE
added 2024/10/21 8:05 p.m.139 views

CVE-2022-48951

The CVE-2022-48951 vulnerability is in the Linux kernel ASoC path: snd_soc_put_volsw_sx() does bounds checks only for the first channel, allowing potential out-of-bounds writes to the second channel in stereo controls. This is fixed upstream by adding proper checks (e.g., kernel commits cf611d......

7.8CVSS7.3AI score0.00245EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.139 views

CVE-2022-49564

CVE-2022-49564 affects the Linux kernel crypto/qat DH path. The vulnerability arises when copying a source scatterlist into a linear buffer, where a source buffer larger than the key size could trigger an integer underflow. The fix adds parameter checks for DH and rejects such requests, mitigatin...

7.8CVSS6.7AI score0.00278EPSS
Save
CVE
CVE
added 2023/07/18 4:08 p.m.139 views

CVE-2023-0160

CVE-2023-0160 corresponds to a deadlock in the Linux kernel BPF subsystem that can be exploited locally to crash the system. Connected documents confirm the issue arises in the kernel’s eBPF/BPF path and affect Linux kernel versions including Astra Linux references to linux-5.10/5.15. The Amazon ...

5.5CVSS6.2AI score0.00288EPSS
Save
CVE
CVE
added 2024/03/02 9:59 p.m.139 views

CVE-2023-52561

CVE-2023-52561 : Linux kernel (arm64) vulnerability affecting DB845c boards with Qualcomm sdm845-db845c DTs. The issue stems from not reserving the cont splash memory region (framebuffer memory used by the bootloader), which could trigger a kernel panic (arm-smmu: Unhandled context fault) on v5.1...

5.5CVSS6.1AI score0.00225EPSS
Save
CVE
CVE
added 2024/03/02 9:59 p.m.139 views

CVE-2023-52569

CVE-2023-52569 affects the Linux kernel's btrfs code path. The patch removes a BUG() on failure to insert a delayed dir index item and adds proper error handling, but it does not fix the underlying issue of using the same index number for different items, per the provided documentation. No exploi...

5.5CVSS6.2AI score0.00241EPSS
Save
CVE
CVE
added 2024/06/25 2:28 p.m.139 views

CVE-2024-39468

CVE-2024-39468 : Linux kernel SMB/CIFS client deadlock in smb2_find_smb_tcon() fixed by unlocking cifs_tcp_ses_lock before calling cifs_put_smb_ses(). Affected component is the SMB client in the kernel; deadlock could occur locally via SMB2 TCON handling. Public references point to kernel.org sta...

7.5CVSS7.1AI score0.00528EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.139 views

CVE-2024-46717

CVE-2024-46717 relates to the Linux kernel mlx5e SHAMPO header handling. The bug caused SHAMPO header pages to be released more than once when a data page was used for a non-SHAMPO header, due to releasing a SHAMPO header page from header_index after a non-header data page was formed into a new s...

9.8CVSS6.5AI score0.0053EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.139 views

CVE-2024-46730

CVE-2024-46730 affects the Linux kernel’s drm/amd/display path. The issue arises when an array index tg_inst could be -1 if timing_generator_count equals 0, allowing an overrun to occur. The description in the connected documents confirms the root cause and states that this fix prevents negative ...

7.8CVSS6.2AI score0.00202EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.139 views

CVE-2024-46832

CVE-2024-46832 involves the Linux kernel, specifically the MIPS cevt-r4k path. The issue arose when get_c0_compare_int was called if a timer IRQ was installed, which could trigger a WARN/BUG: sleeping function called from invalid context on secondary CPU. The patch changes the flow to avoid calli...

5.5CVSS5.3AI score0.00236EPSS
Save
CVE
CVE
added 2024/10/21 6:02 p.m.139 views

CVE-2024-49972

CVE-2024-49972 affects the Linux kernel DRM-AMD display path. The issue arises when creating DML memory during DC state changes: if the DML memory allocation fails, previously allocated memory was not deallocated, leaving an uninitialized, non-NULL structure. The documented fix deallocates the me...

5.5CVSS5.2AI score0.00211EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.139 views

CVE-2024-54458

The CVE-2024-54458 issue is in the Linux kernel, involving the SCSI/ufs subsystem (bsg path). The root cause is not fully described beyond the fix: after removing the bsg_queue, it should be set to NULL to avoid potential use-after-free (UAF). The advisory states this vulnerability has been resol...

7.8CVSS5.4AI score0.00236EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.139 views

CVE-2025-21750

CVE-2025-21750 affects the Linux kernel wifi driver brcmfmac. The issue results from not validating the return value of of_property_read_string_index(), which can leave tmp uninitialized when a property is missing, leading to a kernel crash (BUG/OOPS) from passing a random pointer to devm_kstrdup...

5.5CVSS5.9AI score0.00204EPSS
Save
CVE
CVE
added 2025/05/09 6:41 a.m.139 views

CVE-2025-37852

CVE-2025-37852 affects the Linux kernel DRM/AMDGPU stack. The root cause is errors from amdgpu_cgs_create_device() in amd_powerplay_create(), which could lead to a null pointer dereference if not handled. The fix propagates the failure to the caller, releases the hwmgr, and returns -ENOMEM instea...

5.5CVSS7AI score0.00268EPSS
Save
CVE
CVE
added 2010/09/08 7:00 p.m.138 views

CVE-2010-2495

CVE-2010-2495 affects the Linux kernel’s L2TP implementation (pppol2tp.c). The vulnerability arises from improper validation of certain interface-related values in pppol2tp_xmit, enabling a NULL pointer dereference and an OOPs that can cause a denial of service via routing-change vectors. The iss...

10CVSS6.4AI score0.02931EPSS
Save
CVE
CVE
added 2010/09/21 7:00 p.m.138 views

CVE-2010-3477

The CVE-2010-3477 issue affects the Linux kernel’s net/sched/act_police.c (tcf_act_police_dump) in versions before 2.6.36-rc4. The root cause is incomplete initialization of certain structure members during dump operations, allowing local users to read potentially sensitive kernel memory. The vul...

2.1CVSS5.8AI score0.00404EPSS
Save
CVE
CVE
added 2010/12/30 6:00 p.m.138 views

CVE-2010-3849

CVE-2010-3849 affects the Linux kernel’s econet_sendmsg path (net/econet/af_econet.c) prior to 2.6.36.2, when an Econet address is configured. A local user can trigger a denial of service by issuing a sendmsg with a NULL remote address, causing a NULL pointer dereference and OOPS. The correspondi...

4.7CVSS5.7AI score0.00711EPSS
SaveIn wild
CVE
CVE
added 2017/11/15 9:00 p.m.138 views

CVE-2017-15102

CVE-2017-15102 originates from the Linux kernel prior to 4.8.1, where the tower_probe function in drivers/usb/misc/legousbtower.c can be exploited locally by a near-physically proximate attacker via a crafted USB device. The issue is triggered by a write-what-where condition that arises after a r...

6.9CVSS6.2AI score0.00391EPSS
Save
Total number of security vulnerabilities2327